﻿.PropertyInterfaceLabel {
    font-weight:  bold;
}
.Property, subProperty {
    display: inline-block;
    padding-left: 2px;
    width: 100%;
}
.PropertyLabel, subPropertyLabel {
    vertical-align: middle;
    display: table-cell;
    padding-right: 5px;
    width: 99%;
}
.PropertyValue, subPropertyValue {
    float: none !important;
    display: table-cell;
    text-align: right;
    padding-right: 5px;
}
.PropertyNumber {
    width: 100px;
    text-align: right;
}
.subProperty {
    display: block !important;
}
.Properties {
    display: block;
    border: 1px solid black;
    margin: 2px;
    padding: 2px;
}
.selProperty {
    background-color: aqua;
}
/* color pick */
.color-box {
	float:left;
	width:30px;
	height:30px;
	margin:5px;
	border: 1px solid white;
}
.colpick {
    z-index: 10000;
}
.hand {
    cursor: hand;
    cursor: pointer;
}
.invisible {
    display: none;
}